﻿2026-08-08T19:19:26.5194219Z Node 20 is being deprecated. This workflow is running with Node 24 by default. If you need to temporarily use Node 20, you can set the ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true environment variable. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
2026-08-08T19:19:26.5203055Z ##[group]Run actions/checkout@v4
2026-08-08T19:19:26.5203859Z with:
2026-08-08T19:19:26.5204355Z   repository: Gamexgit/FinanceManager
2026-08-08T19:19:26.5208934Z   token: ***
2026-08-08T19:19:26.5209422Z   ssh-strict: true
2026-08-08T19:19:26.5209889Z   ssh-user: git
2026-08-08T19:19:26.5210355Z   persist-credentials: true
2026-08-08T19:19:26.5210867Z   clean: true
2026-08-08T19:19:26.5211339Z   sparse-checkout-cone-mode: true
2026-08-08T19:19:26.5211889Z   fetch-depth: 1
2026-08-08T19:19:26.5212341Z   fetch-tags: false
2026-08-08T19:19:26.5212805Z   show-progress: true
2026-08-08T19:19:26.5213271Z   lfs: false
2026-08-08T19:19:26.5213699Z   submodules: false
2026-08-08T19:19:26.5214239Z   set-safe-directory: true
2026-08-08T19:19:26.5214780Z   allow-unsafe-pr-checkout: false
2026-08-08T19:19:26.5215642Z ##[endgroup]
2026-08-08T19:19:26.6441694Z Syncing repository: Gamexgit/FinanceManager
2026-08-08T19:19:26.6445602Z ##[group]Getting Git version info
2026-08-08T19:19:26.6448241Z Working directory is '/home/runner/work/FinanceManager/FinanceManager'
2026-08-08T19:19:26.6469314Z [command]/usr/bin/git version
2026-08-08T19:19:26.6555836Z git version 2.54.0
2026-08-08T19:19:26.6621845Z ##[endgroup]
2026-08-08T19:19:26.6729210Z Temporarily overriding HOME='/home/runner/work/_temp/9f886bac-8b33-41d6-abc7-f4ccc550fb6c' before making global git config changes
2026-08-08T19:19:26.6985523Z Adding repository directory to the temporary git global config as a safe directory
2026-08-08T19:19:26.8412215Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/FinanceManager/FinanceManager
2026-08-08T19:19:26.8415540Z Deleting the contents of '/home/runner/work/FinanceManager/FinanceManager'
2026-08-08T19:19:26.8417999Z ##[group]Initializing the repository
2026-08-08T19:19:26.8419917Z [command]/usr/bin/git init /home/runner/work/FinanceManager/FinanceManager
2026-08-08T19:19:26.8423998Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-08T19:19:26.8425852Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-08-08T19:19:26.8427835Z hint: to use in all of your new repositories, which will suppress this warning,
2026-08-08T19:19:26.8429291Z hint: call:
2026-08-08T19:19:26.8432177Z hint:
2026-08-08T19:19:26.8433179Z hint: 	git config --global init.defaultBranch <name>
2026-08-08T19:19:26.8434414Z hint:
2026-08-08T19:19:26.8435477Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-08T19:19:26.8437416Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-08T19:19:26.8438812Z hint:
2026-08-08T19:19:26.8439585Z hint: 	git branch -m <name>
2026-08-08T19:19:26.8440537Z hint:
2026-08-08T19:19:26.8441718Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-08-08T19:19:26.8443732Z Initialized empty Git repository in /home/runner/work/FinanceManager/FinanceManager/.git/
2026-08-08T19:19:26.8447097Z [command]/usr/bin/git remote add origin https://github.com/Gamexgit/FinanceManager
2026-08-08T19:19:26.8494055Z ##[endgroup]
2026-08-08T19:19:26.8496055Z ##[group]Disabling automatic garbage collection
2026-08-08T19:19:26.8497959Z [command]/usr/bin/git config --local gc.auto 0
2026-08-08T19:19:26.8506313Z ##[endgroup]
2026-08-08T19:19:26.8508339Z ##[group]Setting up auth
2026-08-08T19:19:26.8509753Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-08T19:19:26.8514534Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-08T19:19:26.8535643Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-08T19:19:26.8542380Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-08T19:19:26.8554538Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-08T19:19:26.8710825Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-08T19:19:26.8997778Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-08T19:19:26.9028576Z ##[endgroup]
2026-08-08T19:19:26.9030403Z ##[group]Fetching the repository
2026-08-08T19:19:26.9035451Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +29375c19a23023cc92aae98d7f3c56b59ae72b29:refs/remotes/pull/45/merge
2026-08-08T19:19:27.4667366Z From https://github.com/Gamexgit/FinanceManager
2026-08-08T19:19:27.4671491Z  * [new ref]         29375c19a23023cc92aae98d7f3c56b59ae72b29 -> pull/45/merge
2026-08-08T19:19:27.4715347Z ##[endgroup]
2026-08-08T19:19:27.4717536Z ##[group]Determining the checkout info
2026-08-08T19:19:27.4720263Z ##[endgroup]
2026-08-08T19:19:27.4731087Z [command]/usr/bin/git sparse-checkout disable
2026-08-08T19:19:27.4775000Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-08T19:19:27.4819275Z ##[group]Checking out the ref
2026-08-08T19:19:27.4822925Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/45/merge
2026-08-08T19:19:27.5329252Z Note: switching to 'refs/remotes/pull/45/merge'.
2026-08-08T19:19:27.5330819Z 
2026-08-08T19:19:27.5350363Z You are in 'detached HEAD' state. You can look around, make experimental
2026-08-08T19:19:27.5358619Z changes and commit them, and you can discard any commits you make in this
2026-08-08T19:19:27.5361214Z state without impacting any branches by switching back to a branch.
2026-08-08T19:19:27.5366392Z 
2026-08-08T19:19:27.5367856Z If you want to create a new branch to retain commits you create, you may
2026-08-08T19:19:27.5370178Z do so (now or later) by using -c with the switch command. Example:
2026-08-08T19:19:27.5371585Z 
2026-08-08T19:19:27.5372359Z   git switch -c <new-branch-name>
2026-08-08T19:19:27.5373454Z 
2026-08-08T19:19:27.5374372Z Or undo this operation with:
2026-08-08T19:19:27.5375609Z 
2026-08-08T19:19:27.5376400Z   git switch -
2026-08-08T19:19:27.5377973Z 
2026-08-08T19:19:27.5379205Z Turn off this advice by setting config variable advice.detachedHead to false
2026-08-08T19:19:27.5380775Z 
2026-08-08T19:19:27.5382406Z HEAD is now at 29375c1 Merge fc61b2315ce6c84101999afdba38a40b2bd82e77 into a9609cecbda474355f02a20a286214195cad1df3
2026-08-08T19:19:27.5388420Z ##[endgroup]
2026-08-08T19:19:27.5399470Z [command]/usr/bin/git log -1 --format=%H
2026-08-08T19:19:27.5430931Z 29375c19a23023cc92aae98d7f3c56b59ae72b29
